From 49b40247f993d507658d409b6d30fdeddcadc068 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 3 Sep 2006 18:36:13 +0000 Subject: [PATCH] Update release numbers for upcomming GPSBabel 1.3.1. Fix wrong email address. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2355 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/win32/GPSBabelGUI.exe | Bin 861192 -> 861192 bytes gpsbabel/win32/gui-2/GPSBabelGUI.dof | 2 +- gpsbabel/win32/gui-2/GPSBabelGUI.dpr | 2 +- gpsbabel/win32/gui-2/GPSBabelGUI.res | Bin 1740 -> 1748 bytes gpsbabel/win32/gui-2/about.pas | 2 +- gpsbabel/win32/gui-2/common.pas | 2 +- gpsbabel/win32/gui-2/filter.pas | 2 +- gpsbabel/win32/gui-2/main.pas | 2 +- gpsbabel/win32/gui-2/options.pas | 2 +- gpsbabel/win32/gui-2/readme.pas | 2 +- gpsbabel/win32/gui-2/utils.pas | 2 +- 11 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gpsbabel/win32/GPSBabelGUI.exe b/gpsbabel/win32/GPSBabelGUI.exe index 29798cd15e03db5ff4bd07891409db3e878bcdf6..af73d611b337b05118186aa1ef3a7f4894319ba1 100644 GIT binary patch delta 1186 zcmZwEKW~CS7zXg8#d>ICNZPRjNzwjez(jWjM+U}@egr;12Zl>@WRjJnUx0zc)zOiy zs~_PO_j1shC*~o!aO8f^oA*7o$Hn%z$dsjS)UC4BK;5ZfEp6YPe?Kn^>C3p^efo0M z?@C|RPv%r~k0q@3oeV@~KD$&pm0!Kp)Bk)lldDV0BqkG)c@k3POg>(O=&H7LrK$Q? zw_zd$v3nsUasWlhM1^9_M1vw{LZdh^;W{viW+Fu4y^>iH6bTb4ij0XIMa4vg;>1LQ z!hIv1Y82767}`R(Be;+BT9~sCMae{hqG2Khv3nZ IzJK`n1qDv5?f?J) delta 1186 zcmZwEt&W306b0a6mu`o4Lr8Yz3Iy%`ArL$Oq7s2z*+<|3Rv;#6C8}5+0YQSTti-MD zBaG?lE=@ zll4n~Du%}pM)yu;BI`egRJxMiqt&ZxK3dDoE!8J%TV$?;RJoSVHz9_qU0vB%{jb|H zk%Bn9k`g(9B4DCIv1Ot~ku#xD9GP$|7)3J?pm5*FED4H)i4;Y~M2@0jqC#CUO)N6BUXx6D(5v gR9Q_K^cV~_zhnt#1PZZDc4kv&)?+Z7oXM6904Avt=>Px# delta 72 zcmcb@dxm#I4l|>}yR)fJE@Ddp0GoXh1^@s6 diff --git a/gpsbabel/win32/gui-2/about.pas b/gpsbabel/win32/gui-2/about.pas index f112cd833..0c4d2b894 100644 --- a/gpsbabel/win32/gui-2/about.pas +++ b/gpsbabel/win32/gui-2/about.pas @@ -1,7 +1,7 @@ unit about; { - Copyright (C) 2005 Olaf Klein, o.k.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/win32/gui-2/common.pas b/gpsbabel/win32/gui-2/common.pas index 4c75edbaa..e3e161630 100644 --- a/gpsbabel/win32/gui-2/common.pas +++ b/gpsbabel/win32/gui-2/common.pas @@ -1,7 +1,7 @@ unit common; { - Copyright (C) 2005 Olaf Klein, o.k.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/win32/gui-2/filter.pas b/gpsbabel/win32/gui-2/filter.pas index 18f963e85..cdbb17114 100644 --- a/gpsbabel/win32/gui-2/filter.pas +++ b/gpsbabel/win32/gui-2/filter.pas @@ -1,7 +1,7 @@ unit filter; { - Copyright (C) 2005 Olaf Klein, o.k.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/win32/gui-2/main.pas b/gpsbabel/win32/gui-2/main.pas index 375e9ec2e..adbb99b72 100644 --- a/gpsbabel/win32/gui-2/main.pas +++ b/gpsbabel/win32/gui-2/main.pas @@ -1,7 +1,7 @@ unit main; { - Copyright (C) 2005 Olaf Klein, o.k.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/win32/gui-2/options.pas b/gpsbabel/win32/gui-2/options.pas index 6eb98c2d7..6bea2c97f 100644 --- a/gpsbabel/win32/gui-2/options.pas +++ b/gpsbabel/win32/gui-2/options.pas @@ -1,7 +1,7 @@ unit options; { - Copyright (C) 2005 Olaf Klein, o.k.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/win32/gui-2/readme.pas b/gpsbabel/win32/gui-2/readme.pas index 30ff0db24..8af9eb957 100644 --- a/gpsbabel/win32/gui-2/readme.pas +++ b/gpsbabel/win32/gui-2/readme.pas @@ -1,7 +1,7 @@ unit readme; { - Copyright (C) 2005 Olaf Klein, o.k.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/win32/gui-2/utils.pas b/gpsbabel/win32/gui-2/utils.pas index 651dacf3d..55aa42200 100644 --- a/gpsbabel/win32/gui-2/utils.pas +++ b/gpsbabel/win32/gui-2/utils.pas @@ -1,7 +1,7 @@ unit utils; { - Copyright (C) 2005 Olaf Klein, o.k.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 2.30.2